home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / oddech / flashgames / stress / install / stresspaint.exe / scripts / DefineButton2_284 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2002-07-26  |  82b  |  7 lines

  1. on(release){
  2.    if(_root.blnFire == true)
  3.    {
  4.       gotoAndPlay(8);
  5.    }
  6. }
  7.